body {
    height: 100%;
}

.bg-primary {
  background-color: black !important;
}

.btn-primary {
  background-color: red !important;
  border-color: red !important;
}

.fs-4{
    color:white;
}

main {
    margin-top:50px;
}

#bome_logo {
  width:165px; 
  margin-right:20px;
}

#events {
  display:none;
  margin-bottom:100px;
}

#login_fehler {
  display:none;
  color:red;
  margin-top:10px;
}

#logout {
  display:none;
}

.modalbutton_rot {
  height:24px; 
  background:url(../img/notiz_rot_24px.png) right no-repeat; 
  margin-left:8px;
  border:0px;
}

.modalbutton_rot:hover {
  height:24px; 
  background:url(../img/notiz_rot_24px.png) right no-repeat; 
  margin-left:8px;
  border:0px;
}

.modalbutton_gruen {
  height:24px; 
  background:url(../img/notiz_gruen_24px.png) right no-repeat; 
  margin-left:8px;
  border:0px;
}

.modalbutton_gruen:hover {
  height:24px; 
  background:url(../img/notiz_gruen_24px.png) right no-repeat; 
  margin-left:8px;
  border:0px;
}

.notiztext {
  width:100%;
  height:250px;
}

footer {
    position: fixed;
    height: 50px;
    bottom: 0;
    width: 100%;
    padding-left:15px;
    padding-right:15px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }